/*!************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/base/base.css ***!
  \************************************************************************************************/
*,
*:after,
*:before {
    box-sizing: border-box;
}


html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.app-home {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  /* min-width: 1500px; */
}

.header-nav{
  display: flex;
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 0;
  height: fit-content;
  align-items: center;
  width: 100%;
  z-index: 200;
  background: rgba(255, 255, 255, 1);
}

.header-nav-scroll {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}


.nav-toolbar {
  white-space: nowrap;
  height: 70px;
  width: 100%;
  min-height: 70px;
  width: 1440px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}



.nav-logo {
  height: 30px;
  width: 30px;
  margin-right: 8px;
  position: relative;
}

.nav-logo img{
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.nav-logo div{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05)
}

.nav-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: left;
  flex: 1;
}

.nav-title-desc {
  cursor: pointer;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.nav-title-desc-func{
  cursor: pointer;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.nav-title-desc-func img{
  height: 16px;
  width: 16px;
  margin-left: 4px;
}

.nav-title-desc-func:hover{
  color: rgba(13, 153, 255, 1);
}

.nav-title-desc-func:hover img{
   transform: translateY(-480px); 
  filter: drop-shadow(rgba(13, 153, 255, 1) 0 480px);
}


.nav-func{

}

.nav-func-menu{
    width: 152px;
    display: none;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 12px;
    transform: translate(-50%, 100%);
    z-index: 900;
}

.nav-func-menu-item{
  width: 100%;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  padding: 0 16px;
  text-decoration: none;
}

.nav-func-menu-item:hover{
  background: rgba(13, 153, 255, 0.1);
}

.nav-title-desc img{
  height: 16px;
  width: 16px;
  margin-left: 8px;
}

.nav-title-desc:hover {
  color: rgba(13, 153, 255, 1) !important;
}

.nav-title-desc-select {
  color: rgba(13, 153, 255, 1) !important;
}

.nav-toolbar-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  height: 44px;
  min-height: 44px;
  margin-left: 12px;
  border-radius: 22px;
  font-weight: 700;
  width: 144px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.nav-split{
  width: 1px;
  height: 14px;
  min-width: 1px;
  margin: 0 30px;
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-buy-btn{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
  color: rgba(166, 89, 0, 1);
  font-size: 14px;
  font-weight: bold;
  width: 96px;
  min-width: 96px;
  height: 32px;
  border-radius: 16px;
  background: linear-gradient(95.1deg, #FCEBB8 4.66%, #FEF9DF 33.9%, #FED686 90.75%);
  text-decoration: none;
}

.nav-buy-btn:hover{
  
}



.nav-btn{
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-btn:hover{
  text-decoration: underline;
  color: rgba(13, 153, 255, 1);
}

.nav-line{
  background: rgba(0, 0, 0, 0.1);
  height: 16px;
  width: 1px;
  margin: 0 16px;
}


.nav-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  flex: 1;
}

.nav-user-account-root{
  display: none;
  position: relative;
  width: fit-content;
  height: 24px;
}

.nav-user-account{
  cursor: pointer;
  display: flex;
  height: 24px;
  overflow: hidden;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
}

.nav-user-account:hover{
  text-decoration: underline;
  color: rgba(13, 153, 255, 1);
}

.nav-user-account img{
  height: 16px;
  width: 16px;
  margin-left: 4px;
}

.nav-user-account > :nth-child(3){
  display: none;
}

.nav-user-account-expand > :nth-child(3){
  display: flex;
}

.nav-user-account-expand > :nth-child(2){
  display: none;
}

.nav-user-account:hover img{
  transform: translateY(-480px); 
  filter: drop-shadow(rgba(13, 153, 255, 1) 0 480px);
}


.nav-user-pop-menu{
  width: 221px;
  display: none;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -12px;
  transform: translate(0,100%);
  z-index: 900;
}

.nav-user-menu-item{
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}

.nav-menu-nickname{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-user-menu-item img{
  height: 24px;
  width: 24px;
  margin-right: 8px;
  border-radius: 50%;
}

.nav-menu-line{
  width: 100%;
  height: 1px;
  background: rgba(232, 235, 242, 1);
  margin: 12px 0;
}

.nav-menu-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}

.nav-menu-user-center{
  border: 1px solid rgba(13, 153, 255, 1);
  color: rgba(13, 153, 255, 1);
}

.nav-menu-btn:hover{
  background: rgba(13, 153, 255, 0.1);
}

.nav-search-input{
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(255, 255, 255, 1);
  height: 48px;
  cursor: pointer;
  width: fit-content;
  border-radius: 12px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.nav-search-input-focus{
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#input-search{
  outline: none;
  border: none;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  width: 0px;
}

#input-search::placeholder{
  color: rgba(0, 0, 0, 0.3);
}

.nav-search-btn{
  height: 32px;
  width: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 153, 255, 1);
}
                    
.nav-search-btn img{
  height: 16px;
  width: 16px;
}

.nav-search-context-menu{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  display: flex;
  margin-bottom: -4px;
  transform: translate(0,100%);
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
}

.nav-search-menu-tip{
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

.nav-search-menu-link{
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.nav-search-menu-link:hover{
  font-weight: 700;
  text-decoration: underline;
}




.line-spin-fade-loader-white > div {
  background-color: #ffffff !important;
}

#app-toast{
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%,0);
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 16px 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  z-index: 1400;
}


.loading-root {
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.sk-loading-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sk-circle {
  margin: 20px;
  width: 110px;
  height: 110px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 16%;
  height: 16%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle-theme .sk-child:before {
  background-color: rgba(13, 153, 255, 1) !important;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


#app-right-float{
  position: fixed;
  width: 46px;
  background: rgba(38, 166, 255, 1);
  border-radius: 12px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  right: 16px;
  top: 40%;
  padding: 8px;
  align-items: center;
}

.float-split{
  background-color: rgba(255, 255, 255, 0.2);
  width: 22px;
  height: 1px;
  margin: 8px 0;
}

.app-right-menu-item{
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  justify-content: center;
  position: relative;
}

.app-right-menu-item img{
  width: 30px;
  height: 30px;
}


.app-right-code{
  position: absolute;
  left: 0;
  top: -8px;
  transform: translate(-100%, 0 );
  height: fit-content;
  width: 196px;
  padding: 12px 12px 8px 12px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  margin-left: -16px;
  border-radius: 8px;
  display: none;
}

.app-right-code-wx{
  top: -55px;
}

.app-right-code img{
  height: 180px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

.app-right-menu-item:hover img{
  opacity: 0.8;
}

/* .app-right-menu-item-select{
  background: rgba(13, 153, 255, 1);
} */

.app-right-code div{
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  height: 28px;
  padding: 0 3.5px;
  margin-bottom: 8px;
}

.app-contact-num{
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8) !important;
  flex: 1;
}

.app-btn-copy{
  width: 52px;
  height: 28px;
  background: rgba(82, 153, 255, 0.1);
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(13, 153, 255, 1) !important;
}

.app-btn-copy:hover{
  background: rgba(82, 153, 255, 0.2);

}

.home-about-we{
  background: #E5EFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 46px;
  padding-bottom: 54px;
}

.home-about-left{
  display: flex;
  width: 1304px;
  flex-direction: column;
  align-items: flex-start;
}

.home-about-row-top{
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.home-about-logo{
  height: 88px;
  width: 88px;
  border-radius: 50%;
  margin-top: 5px;
}

.home-about-col{
  display: flex;
  flex-direction: column;
}

.webpage-footer-title {
  margin: 0;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  white-space: nowrap;
}

.webpage-footer-main{
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 700;
}

.home-about-desc{
  margin: 0 0 8px 0;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 4px;
}


.home-about-row{
  display: flex;
  align-items: center;
  margin-top: 8px;
  min-height: 28px;
  flex-wrap: wrap;
  line-height: 28px;
}

.home-about-gov{
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

.home-about-web-name{
  margin-left: 8px;
  margin-right: 16px !important;
}

.home-about-row span{
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin-right: 8px;
  white-space: nowrap;
}

.home-about-row a{
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 16px;
  text-decoration: none;
}

.home-about-row a:hover{
  text-decoration: underline;
}


.home-about-col a:hover{
  text-decoration: underline;
  font-weight: bold;
}


.home-about-col span{
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.home-about-right{
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
}

.home-follow-we{
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
}

.footer-img-code{
  height: 136px;
  width: 136px;
  border-radius: 6px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.home-about-row-right{
  display: flex;
  align-items: center;
  margin-top: 8px;
}


.home-link-icon{
  margin: 0 4px 0 0;
  height: 24px;
  width: 24px;
}

.home-link-icon img{
  height: 24px;
  width: 24px;
  margin: 0 !important;
}

.footer-split{
  margin: 0 16px 0 0 !important;
  height: 14px;
  width: 1px;
  background:rgba(0, 0, 0, 0.4);

}


.app-checkbox {
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

.app-checkbox div {
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent ;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.app-check {
  border: 1px solid rgba(13, 153, 255, 1) !important;
  background-color: rgba(13, 153, 255, 1) !important;
}

.app-checkbox img {
  width: 16px;
  height: 16px;
  margin: 0 !important;
  display: none;
}

.app-check img{
  display: flex;
}

.dialog-root-cover {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1300;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-content-show-anim {
    animation: anim-open .3s ease !important;
}

@keyframes anim-open {
    0% {
        transform: scale(0.3);
    }

    100% {
        transform: scale(1);
    }
}

.dialog-msg-root {
  border-radius: 20px;
  background-color: #fff;
  width: 360px;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

.dialog-msg-header {
  width: 100%;
  position: relative;
  height: 56px;
  border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.dialog-msg-title{
  margin: 20px 32px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 64px);
  color: rgba(0, 0, 0, 0.8);
}

.dialog-msg-close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 32px;
  cursor: pointer;
}

.dialog-msg-close img {
  width: 20px;
  height: 20px;
}

.dialog-msg{
  margin: 20px 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.dialog-btn-row{
  display: flex;
  align-items: center;
  margin: 12px 32px 20px 32px;
  width: calc(100% - 64px);
}

.dialog-btn{
  flex: 1;
  background: rgba(0, 0, 0, 0.05);
  height: 44px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-btn-cancel{
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.05);
}

.dialog-btn-cancel:hover{
  background: rgba(0, 0, 0, 0.1);

}

.dialog-btn-sure{
  color: #fff;
  background: rgba(13, 153, 255, 1);
}

.dialog-btn-sure:hover{
  background: rgba(13, 153, 255, 1);
}

.footer-about-wx{
  display: flex;
  align-items: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-start;
  position: relative;
}

.footer-about-wx:hover{
  text-decoration: underline;
}


.footer-about-wx-code{
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0 );
  height: fit-content;
  width: 196px;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  margin-left: -12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  
}

.footer-about-wx-code div{
  display: flex;
  align-items: center;
  width: 100%;
  height: fit-content;
  height: 28px;
  padding: 0 3.5px;
  margin-bottom: 8px;
}

.footer-about-wx-code img{
  height: 180px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

/*!*********************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/login/login-dialog.css ***!
  \*********************************************************************************************************/

.dialog-login-root {
    border-radius: 20px;
    background-color: #fff;
    width: 360px;
    height: 341px;
    display: flex;
    flex-direction: column;
}

.dialog-header {
    width: 100%;
    position: relative;
    height: 52px;
}

.dialog-close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 20px;
    right: 32px;
    cursor: pointer;
}

.dialog-close img {
    width: 20px;
    height: 20px;
}

.dialog-login-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 38px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.login-tab-item {
    display: flex;
    position: relative;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.login-tab-item-select {
    color: rgba(13, 153, 255, 1) !important;
}

.login-tab-item div {
    background: rgba(13, 153, 255, 1);
    width: 60px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}





.dialog-login-wx {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
}

.dialog-login-wx-tip {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.8);

}

.dialog-login-wx-code {
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}

.wx-loading-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.wx-loading-cover-refresh {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wx-loading-btn {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.wx-dialog-code img {
    height: 100%;
    width: 100%;
}

.wx-dialog-tip {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    z-index: 999;
    color: rgba(0, 0, 0, 0.8);
}

.dialog-login-wx-code img {
    width: 100%;
    height: 100%;
}




.dialog-login-email {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.dialog-login-input {
    flex: 1;
    height: 44px;
    min-height: 44px;
    width: calc(100% - 96px);
    font-size: 14px;
    margin: 0px 48px 20px 48px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.dialog-login-input input {
    color: rgba(0, 0, 0, 0.8);
    flex: 1;
    height: 44px;
    min-height: 44px;
    font-size: 14px;
    border: none;
    outline: none;
    font-weight: 400;
    background: rgba(13, 153, 255, 0.05);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 14px;
}

.dialog-login-input input::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    border: none;
    outline: none;
}

.dialog-login-get-code-split{
    width: 1px;
    height: 18px;
    min-width: 1px;
    background-color: rgba(232, 235, 242, 1);
    position: absolute;
    top: 50%;
    right: 98px;
    transform: translate(0,-50%);
}

.dialog-login-get-code {
    height: 100%;
    width: 98px;
    min-width: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(13, 153, 255, 1);

}

.dialog-login-get-code-disable {
    color: rgba(171, 183, 204, 1);
    background: rgba(242, 245, 249, 1);
}

.dialog-login-btn {
    margin: 0px 48px;
    background: linear-gradient(93.22deg, #26A6FF 26.6%, #47EFAD 91.24%);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: calc(100% - 96px);
    border-radius: 22px;
    cursor: pointer;
    opacity: 0.4;
}

.dialog-login-btn-enable {
    color: #fff;
    opacity: 1 !important;
   background: linear-gradient(93.22deg, #26A6FF 26.6%, #47EFAD 91.24%);
}

.dialog-login-btn-enable:hover {
      background: linear-gradient(93.22deg, #0096FF 26.6%, #32ECA3 91.24%) !important;
}

.dialog-login-orther-type {
    display: flex;
    align-items: center;
    /* margin: 0px 56px 10px 56px; */
    width: calc(100% - 112px);
    position: absolute;
    min-height: 28px;
    left: 50%;
    bottom: 68px;
    transform: translate(-50%, 0);
}

.dialog-login-line {
    height: 1px;
    flex: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.dialog-login-orther-type span {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    font-weight: 400;
    margin-left: 14px;
    margin-right: 14px;
}

.dialog-login-btn-qq {
    height: 38px;
    width: 38px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
}


/*!***************************************************************************************************************!*\
  !*** css ./node_modules/_css-loader@7.1.1@css-loader/dist/cjs.js!./src/pages-pc/login/email-merge-dialog.css ***!
  \***************************************************************************************************************/

.dialog-merge-root {
    border-radius: 20px;
    background-color: #fff;
    width: 400px;
    height: fit-content;
    display: flex;
    flex-direction: column;
  }

  
.dialog-merge-msg{
    color: rgba(255, 54, 103, 1) !important;
}

.dialog-merge-item-col{
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
    background: rgba(244, 248, 255, 1);
    border-radius: 8px;
    margin: 0 32px 20px 32px;
    padding: 4px 0;
}

.dialog-merge-item{
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    padding: 12px 0px;
    margin: 0 20px;
    border-bottom: 1px solid rgba(232, 235, 242, 1);
}

.merge-none-border{
    border-bottom: none !important;
}
.dialog-merge-item p{
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 400;
    width: 216px;
    margin: 0;
    max-width: 216px;
    line-height: 24px;
    text-align: left;
    word-wrap: break-word;      /* 旧版本浏览器支持 */
    overflow-wrap: break-word;  /* 标准属性 */
}

.current-email{
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    font-weight: 400;
    margin-left: 3px;
}
.dialog-merge-btn{
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 28px;
    white-space: nowrap;
    background: rgba(13, 153, 255, 1);
}

.dialog-merge-btn:hover{
    background: rgba(13, 153, 255, 1);
}
